home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_MACRO / TFORM_MACRO.txt
Text File  |  2003-11-13  |  3KB  |  133 lines

  1. object Form_Macro: TForm_Macro
  2.   Left = 496
  3.   Top = 290
  4.   HelpContext = 530
  5.   ActiveControl = Edit_Name
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit macro'
  8.   ClientHeight = 210
  9.   ClientWidth = 298
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Button_OK: TButton
  24.     Left = 15
  25.     Top = 175
  26.     Width = 75
  27.     Height = 25
  28.     Hint = 'Accept changes and close dialog box'
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.     OnClick = Button_OKClick
  34.   end
  35.   object Button_Cancel: TButton
  36.     Left = 95
  37.     Top = 175
  38.     Width = 75
  39.     Height = 25
  40.     Hint = 'Discard changes and close dialog box'
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.     OnClick = Button_CancelClick
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 5
  48.     Top = 0
  49.     Width = 286
  50.     Height = 166
  51.     TabOrder = 2
  52.     object Label1: TLabel
  53.       Left = 10
  54.       Top = 10
  55.       Width = 62
  56.       Height = 13
  57.       Caption = '&Macro name:'
  58.       FocusControl = Edit_Name
  59.     end
  60.     object Label2: TLabel
  61.       Left = 10
  62.       Top = 55
  63.       Width = 56
  64.       Height = 13
  65.       Caption = '&Description:'
  66.       FocusControl = Edit_Desc
  67.     end
  68.     object Label3: TLabel
  69.       Left = 10
  70.       Top = 100
  71.       Width = 43
  72.       Height = 13
  73.       Caption = 'Modified:'
  74.     end
  75.     object LB_Date: TLabel
  76.       Left = 60
  77.       Top = 100
  78.       Width = 9
  79.       Height = 13
  80.       Caption = '...'
  81.       ShowAccelChar = False
  82.     end
  83.     object Label4: TLabel
  84.       Left = 10
  85.       Top = 115
  86.       Width = 45
  87.       Height = 13
  88.       Caption = 'Filename:'
  89.     end
  90.     object LB_FileName: TLabel
  91.       Left = 60
  92.       Top = 115
  93.       Width = 9
  94.       Height = 13
  95.       Caption = '...'
  96.       ShowAccelChar = False
  97.     end
  98.     object Edit_Desc: TEdit
  99.       Left = 10
  100.       Top = 70
  101.       Width = 266
  102.       Height = 21
  103.       TabOrder = 1
  104.     end
  105.     object Edit_Name: TEdit
  106.       Left = 10
  107.       Top = 25
  108.       Width = 266
  109.       Height = 21
  110.       TabOrder = 0
  111.       OnChange = Edit_NameChange
  112.     end
  113.     object CB_AbortOnError: TCheckBox
  114.       Left = 10
  115.       Top = 135
  116.       Width = 196
  117.       Height = 17
  118.       Caption = '&Abort macro when error occurs'
  119.       State = cbChecked
  120.       TabOrder = 2
  121.     end
  122.   end
  123.   object Button_Help: TButton
  124.     Left = 175
  125.     Top = 175
  126.     Width = 75
  127.     Height = 25
  128.     Caption = '&Help'
  129.     TabOrder = 3
  130.     OnClick = Button_HelpClick
  131.   end
  132. end
  133.